home *** CD-ROM | disk | FTP | other *** search
/ Magnum One / Magnum One (Mid-American Digital) (Disc Manufacturing).iso / d26 / mathpack.arc / TEXT.DOC < prev    next >
Encoding:
Text File  |  1987-05-08  |  1.8 KB  |  36 lines

  1. I have written MATH PAK with the intent that it helps and accelerates
  2. some of the many math operations. Some of these include:
  3.     * addition
  4.     * subtraction
  5.     * multiplication
  6.     * division
  7.     * hexidecimal and octal from decimal conversions
  8.     * binary to decimal conversions
  9.     * quadratic formula root solving(given ax^2 + bx + c = 0)
  10.     * area of a circle calculations
  11.     * area of a triangle calculations
  12.     * metric to U.S. conversions
  13.     * U.S. to metric conversions
  14.     * polar to rectangular and rectangular to polar conversions
  15.     * finding points on an x-y coordinate system given ay + b = mx + d
  16.     * finding the equation and slope of a line given two points((x1,y1),(x2,y2))
  17.     * finding the intersection point of two non parallel lines given both             line equations (ay + b = mx + d)
  18.     * logarithmic functions(base 10 or base a)
  19.     * second order determinant solving(x,y)
  20.     * third order determinant solving(x,y,z)
  21.     * trig functions and tables
  22.     * finding points to a function f(x) = ax^5 + bx^4 + cx^3 + dx^2 + ex + K
  23.       (including first and second derivative values at these points)
  24.     * plus other functions including an on-disk tutorial section
  25. Please refer(read) to the READ.ME file also on this disk to start the
  26. program. I hope that you can utilize this software to its full extent
  27. and that it allows you to understand the importance of mathematics.
  28. I have used universal formulas and conversions to calculate the
  29. necessary operations and you should remember that there can be more
  30. than one way to solve a particular math problem.
  31.  
  32.                                        Dan Dalal
  33.                                        Author,MATH PAK
  34.                                        (C)1984
  35.                                        ALL RIGHTS RESERVED
  36.